home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / chip-cd_2002_05.zip / 05 / Dom i biuro / Mr Faktury Pro 1.53 / mr_faktury_pro.exe / 0 / RCDATA / TFPLATNOSCI / TFPLATNOSCI.txt
Text File  |  2002-03-27  |  2KB  |  84 lines

  1. object fPlatnosci: TfPlatnosci
  2.   Left = 714
  3.   Top = 348
  4.   Width = 249
  5.   Height = 227
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Rodzaje p'#322'atno'#347'ci'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object dbgPlatnosc: TDBGrid
  20.     Left = 0
  21.     Top = 0
  22.     Width = 241
  23.     Height = 161
  24.     Align = alTop
  25.     DataSource = ds
  26.     Options = [dgAlwaysShowEditor, dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
  27.     ReadOnly = True
  28.     TabOrder = 0
  29.     TitleFont.Charset = DEFAULT_CHARSET
  30.     TitleFont.Color = clWindowText
  31.     TitleFont.Height = -11
  32.     TitleFont.Name = 'MS Sans Serif'
  33.     TitleFont.Style = []
  34.     Columns = <
  35.       item
  36.         Expanded = False
  37.         FieldName = 'nazwa'
  38.         Title.Caption = 'nazwa p'#322'atno'#347'ci'
  39.         Width = 224
  40.         Visible = True
  41.       end>
  42.   end
  43.   object bDodaj: TButton
  44.     Left = 0
  45.     Top = 168
  46.     Width = 49
  47.     Height = 25
  48.     Caption = '&Dodaj'
  49.     TabOrder = 1
  50.     OnClick = bDodajClick
  51.   end
  52.   object bPopraw: TButton
  53.     Left = 56
  54.     Top = 168
  55.     Width = 57
  56.     Height = 25
  57.     Caption = '&Popraw'
  58.     TabOrder = 2
  59.     OnClick = bPoprawClick
  60.   end
  61.   object bWyjscie: TButton
  62.     Left = 176
  63.     Top = 168
  64.     Width = 57
  65.     Height = 25
  66.     Caption = '&Wyj'#347'cie'
  67.     TabOrder = 3
  68.     OnClick = bWyjscieClick
  69.   end
  70.   object bOk: TButton
  71.     Left = 120
  72.     Top = 168
  73.     Width = 49
  74.     Height = 25
  75.     Caption = '&Ok'
  76.     TabOrder = 4
  77.     OnClick = bOkClick
  78.   end
  79.   object ds: TDataSource
  80.     Left = 32
  81.     Top = 32
  82.   end
  83. end
  84.